home *** CD-ROM | disk | FTP | other *** search
- //**************************************************************************
- //* File: FortKnox.mof
- //**************************************************************************
-
- //**************************************************************************
- //* This MOF was generated from the "\\.\ROOT\SecurityCenter"
- //* namespace on machine "NETGATE".\
- //* To compile this MOF on another machine you should edit this pragma.
- //**************************************************************************
-
- #pragma namespace("\\\\.\\ROOT\\SecurityCenter")
-
-
- //**************************************************************************
- //* Class: FirewallProduct
- //* Derived from:
- //**************************************************************************
-
- class FirewallProduct
- {
- [key, Not_Null] string instanceGuid;
- [Not_Null] string displayName;
- [Not_Null] boolean enabled;
- string pathToEnableUI;
- string enableUIParameters;
- uint8 enableUIMd5Hash[];
- string companyName;
- string versionNumber;
- };
-
-
- //**************************************************************************
- //* Instances of: FirewallProduct
- //**************************************************************************
-
- instance of FirewallProduct as $FPFProvider
- {
- companyName = "NETGATE";
- displayName = "FortKnox Personal Firewall";
- enabled = FALSE;
- instanceGuid = "{4501B693-A51C-4de5-A266-62EC104DA8F9}";
- versionNumber = "2006";
- };
-
-
-
- instance of __InstanceProviderRegistration
- {
- Provider = $FPFProvider;
-
- SupportsPut = "FALSE";
- SupportsGet = "TRUE";
- SupportsDelete = "FALSE";
- SupportsEnumeration = "TRUE";
-
- };
-
-
- //* EOF FortKnox.mof
-